home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / r-z / stormc-demo / include / clib / battclock_protos.h < prev    next >
C/C++ Source or Header  |  1996-01-02  |  647b  |  37 lines

  1. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  2. #define  CLIB_BATTCLOCK_PROTOS_H
  3.  
  4. /*
  5. **    $VER: battclock_protos.h 1.3 (3.5.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. extern "C" {
  20. #endif
  21.  
  22. void ResetBattClock( void );
  23. ULONG ReadBattClock( void );
  24. void WriteBattClock( unsigned long time );
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #ifdef STORMPRAGMAS
  31. #ifndef _INCLUDE_PRAGMA_BATTCLOCK_LIB_H
  32. #include <pragma/battclock_lib.h>
  33. #endif
  34. #endif
  35.  
  36. #endif     /* CLIB_BATTCLOCK_PROTOS_H */
  37.